home *** CD-ROM | disk | FTP | other *** search
- object frmInternet: TfrmInternet
- Left = 271
- Top = 94
- Width = 390
- Height = 424
- ActiveControl = Box
- Caption = 'Internet WWW Country Suffixes'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 336
- Width = 382
- Height = 61
- Align = alBottom
- TabOrder = 0
- OnResize = Panel1Resize
- object Label3: TLabel
- Left = 7
- Top = 12
- Width = 225
- Height = 28
- AutoSize = False
- Caption =
- 'You may block e-mail from a particular country by selecting one ' +
- 'from the list above.'
- WordWrap = True
- end
- object btOK: TButton
- Left = 248
- Top = 18
- Width = 57
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = btOKClick
- end
- object btCancel: TButton
- Left = 312
- Top = 18
- Width = 57
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 382
- Height = 336
- Align = alClient
- Caption = 'Panel2'
- TabOrder = 1
- object Panel3: TPanel
- Left = 1
- Top = 1
- Width = 380
- Height = 32
- Align = alTop
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 5
- Top = 11
- Width = 59
- Height = 13
- Caption = 'Abbreviation'
- end
- object Label2: TLabel
- Left = 100
- Top = 11
- Width = 36
- Height = 13
- Caption = 'Country'
- end
- end
- object Box: TTabListBox
- Left = 1
- Top = 33
- Width = 380
- Height = 302
- Align = alClient
- ItemHeight = 13
- TabOrder = 1
- TabWidth = 65
- OnDblClick = btOKClick
- end
- end
- end
-